home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / internet / LorenzHTMLTool / _SETUP.1 / Frames Yes-No.scp < prev    next >
Text File  |  1998-04-12  |  537b  |  13 lines

  1. <HTMLtool>Asks the visitor whether to enter the frame or non-frame version of your page</HTMLtool>
  2. <!--
  3. Frame Yes/No
  4. This script lets the user choose which version of your page they want to see. Framepage.html is the your page with frames. Regualerpage.html is an alternate you have created
  5. -->
  6.  
  7. <FORM>
  8. <B>D you want to see the frame version of this page ?</B>
  9. <INPUT TYPE="Button" VALUE="Yes" ONCLICK="parent.location='framepage.html'">
  10. <INPUT TYPE="Button" VALUE="No" ONCLICK="parent.location='regularpage.html'">
  11. </FORM>
  12.  
  13.